From 4e8fab61b579a23ee89277729f5596417d4bc555 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 2 Jun 2005 20:04:57 +0000 Subject: [PATCH] bitkeeper revision 1.1648 (429f66691itoasLMLtaAWyPKnHVINg) sched.h, seg_fixup.c: g/c unneeded include. Signed-off-by: Christian Limpach --- xen/arch/x86/x86_32/seg_fixup.c | 1 + xen/include/xen/sched.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/x86_32/seg_fixup.c b/xen/arch/x86/x86_32/seg_fixup.c index f0d7f8543e..06912b3a2a 100644 --- a/xen/arch/x86/x86_32/seg_fixup.c +++ b/xen/arch/x86/x86_32/seg_fixup.c @@ -28,6 +28,7 @@ #include #include #include +#include #include /* Make the scary benign errors go away. */ diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 5844975790..43d218fc00 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include -- 2.30.2